home *** CD-ROM | disk | FTP | other *** search
- CREAD.ME
- ========
-
- Example files or golfiery. Both C examples need golfiery.h en golfiery.lib.
- The golfiery.lib import file can be created with the implib utility which
- can be found in any C/C++ compiler package.
-
- Demos written by Alfons Hoogervorst.
-
-
- tooltips.exe
- ------------
-
- Demonstrates the Golfiery FlyByHints (or "tooltips"). For more info
- refer to tooltips.c. Demonstrates how to superclass the FlyByHints, and
- how to subclass childs for support for FlyByHints.
-
-
- balloon.exe
- -----------
-
- Demonstrates Golfiery BalloonHelp functions and all the BLNS_xxx styles
- used by the BalloonHelpEx function. Also demonstrates superclassing in
- C.
-
-